home *** CD-ROM | disk | FTP | other *** search
/ Hackers Magazine 57 / CdHackersMagazineNr57.iso / Software / Programming / RJTextEd.exe / {userappdata} / RJ TextEd / Templates / Pascal / Unit_Delphi.pas < prev   
Encoding:
Pascal/Delphi Source File  |  2006-08-30  |  58 b   |  8 lines

  1. unit Unit_Delphi;
  2.  
  3. interface
  4.  
  5. implementation
  6.  
  7. end.
  8.